Filename | (eval 1061)[/usr/share/perl5/YAML/Base.pm:73] |
Statements | Executed 641 statements in 1.72ms |
Eval Invoked At | /usr/share/perl5/YAML/Base.pm line 73 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
288 | 5 | 1 | 1.34ms | 1.34ms | __ANON__[:7] | YAML::Base::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 1.34ms within YAML::Base::__ANON__[(eval 1061)[/usr/share/perl5/YAML/Base.pm:73]:7] which was called 288 times, avg 5µs/call:
# 96 times (346µs+0s) by YAML::Loader::_parse_throwaway_comments at line 612 of YAML/Loader.pm, avg 4µs/call
# 64 times (273µs+0s) by YAML::Loader::_parse_throwaway_comments at line 611 of YAML/Loader.pm, avg 4µs/call
# 64 times (243µs+0s) by YAML::Loader::_parse_throwaway_comments at line 608 of YAML/Loader.pm, avg 4µs/call
# 32 times (362µs+0s) by YAML::Loader::_parse at line 43 of YAML/Loader.pm, avg 11µs/call
# 32 times (113µs+0s) by YAML::Loader::_parse_throwaway_comments at line 614 of YAML/Loader.pm, avg 4µs/call | ||||
2 | 288 | 321µs | $_[0]->{lines} = [] | ||
3 | unless exists $_[0]->{lines}; | ||||
4 | 288 | 1.19ms | return $_[0]->{lines} unless $#_ > 0; | ||
5 | 32 | 52µs | $_[0]->{lines} = $_[1]; | ||
6 | 32 | 153µs | return $_[0]->{lines}; | ||
7 | } | ||||
8 | |||||
9 | 1 | 6µs | ; |